- sentencepiece (0.2.1-2+rpi1) forky-staging; urgency=medium
++sentencepiece (0.2.2-1+rpi1) forky-staging; urgency=medium
+
+ [changes brought forward from 0.1.94-1+rpi1 by Peter Michael Green <plugwash@raspbian.org> at Sun, 13 Dec 2020 09:25:55 +0000]
+ * Link with libatomic on armhf too.
+
- -- Raspbian forward porter <root@raspbian.org> Fri, 06 Mar 2026 08:35:05 +0000
++ -- Raspbian forward porter <root@raspbian.org> Sun, 06 Sep 2026 14:55:23 +0000
++
+ sentencepiece (0.2.2-1) unstable; urgency=medium
+
+ * New upstream version 0.2.2
+ * debian/control
+ - Add missing dependency with pybind and pyproject
+ - Bump Standards-Version to 4.7.4.
+ * debian/rules
+ - Update configure and build parameters for pybind
+ * debian/tests/spm-encode
+ - Update expected pattern for autopkgtest
+ * debian/patches/support-building-python-module.patch
+ - Support building Python module with pybind
+ * debian/patches/disable-static-library.patch
+ debian/patches/support-python-module-in-place.patch
+ - Drop needless patch
+
+ -- Kentaro Hayashi <kenhys@xdump.org> Sat, 01 Aug 2026 20:20:13 +0900
sentencepiece (0.2.1-2) unstable; urgency=medium
#export DH_VERBOSE=1
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
DPKG_EXPORT_BUILDFLAGS = 1
+ include /usr/share/dpkg/architecture.mk
include /usr/share/dpkg/buildflags.mk
-ifneq (,$(filter $(DEB_HOST_ARCH), armel mipsel m68k powerpc sh4))
+ifneq (,$(filter $(DEB_HOST_ARCH), armel armhf mipsel m68k powerpc sh4))
export DEB_LDFLAGS_MAINT_APPEND += -Wl,--no-as-needed -latomic -Wl,--as-needed
endif